翻訳と辞書
Words near each other
・ Data center services
・ Data Centre Specialist Group
・ Data circuit-terminating equipment
・ Data citation
・ Data clarification form
・ Data classification
・ Data classification (business intelligence)
・ Data classification (data management)
・ Data cleansing
・ Data cluster
・ Data codes for Switzerland
・ Data Coding Scheme
・ Data collection
・ Data collector
・ Data compaction
Data comparison
・ Data compression
・ Data compression ratio
・ Data compression symmetry
・ Data conditioning
・ Data conferencing
・ Data confidentiality in clinical trials
・ Data consistency
・ Data constrained modelling
・ Data Control & Systems
・ Data Control Block
・ Data control language
・ Data conversion
・ Data converter
・ Data corruption


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Data comparison : ウィキペディア英語版
Data comparison

In computing, data comparison is the calculation and display of the differences and similarities between data objects. Compared objects are typically text files such as source code.
The methods, implementations, and results are typically called a diff,〔("diff", The Jargon File ).〕 after the Unix diff utility. The output may be presented in a graphical user interface or used as part of larger tasks in networks, file systems, or revision control.
Some widely used file comparison programs are diff, cmp, FileMerge, WinMerge, Beyond Compare, and Microsoft File Compare.
Many text editors and word processors perform file comparison to highlight the changes to a document.
== Method types ==

Most file comparison tools find the longest common subsequence between two files. Any data not in the longest common subsequence is presented as an insertion or deletion.
In 1978, Paul Heckel published an algorithm that identifies most moved blocks of text. This is used in the IBM History Flow tool. Other file comparison programs find block moves.
Some specialized file comparison tools find the longest increasing subsequence between two files. The rsync protocol uses a rolling hash function to compare two files on two distant computers with low communication overhead.
File comparison in word processors is typically at the word level, while comparison in most programming tools is at the line level. Byte or character-level comparison is useful in some specialized applications.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Data comparison」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.